home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / man / cat3 / XmClipboardWithdrawFormat.z / XmClipboardWithdrawFormat
Encoding:
Text File  |  2003-11-18  |  3.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmCCCClllliiiippppbbbbooooaaaarrrrddddWWWWiiiitttthhhhddddrrrraaaawwwwFFFFoooorrrrmmmmaaaatttt((((3333UUUUXXXXNNNN))))IIIIXXXX SSSSyyyysssstttteeeemmmmXXXXmmmmVVVVCCCClllliiiippppbbbbooooaaaarrrrddddWWWWiiiitttthhhhddddrrrraaaawwwwFFFFoooorrrrmmmmaaaatttt((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       _X_m_C_l_i_p_b_o_a_r_d_W_i_t_h_d_r_a_w_F_o_r_m_a_t - A    clipboard function that
  10.       indicates that the application no longer wants to supply a
  11.       data item
  12.  
  13.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  14.       #include <Xm/Xm.h>
  15.       #include <Xm/CutPaste.h>
  16.  
  17.       int _X_m_C_l_i_p_b_o_a_r_d_W_i_t_h_d_r_a_w_F_o_r_m_a_t    (ddddiiiissssppppllllaaaayyyy,,,, wwwwiiiinnnnddddoooowwww,,,, ddddaaaattttaaaa____iiiidddd)
  18.            _D_i_s_p_l_a_y     **** ddddiiiissssppppllllaaaayyyy;
  19.            _W_i_n_d_o_w     wwwwiiiinnnnddddoooowwww;
  20.            _l_o_n_g     ddddaaaattttaaaa____iiiidddd;
  21.  
  22.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  23.       _X_m_C_l_i_p_b_o_a_r_d_W_i_t_h_d_r_a_w_F_o_r_m_a_t indicates that the application no
  24.       longer supplies a data item to the clipboard that the
  25.       application had previously passed by name.
  26.  
  27.       ddddiiiissssppppllllaaaayyyy
  28.            Specifies a pointer to the _D_i_s_p_l_a_y structure that was
  29.            returned    in a previous call to _X_O_p_e_n_D_i_s_p_l_a_y or
  30.            _X_t_D_i_s_p_l_a_y.
  31.  
  32.       wwwwiiiinnnnddddoooowwww
  33.            Specifies a widget's window ID that relates the
  34.            application window to the clipboard.  The widget's
  35.            window ID can be    obtained by using _X_t_W_i_n_d_o_w.  The same
  36.            application instance should pass    the same window    ID to
  37.            each clipboard function it calls.
  38.  
  39.       ddddaaaattttaaaa____iiiidddd
  40.            Specifies an identifying    number assigned    to the data
  41.            item that uniquely identifies the data item and the
  42.            format.    This was assigned to the item when it was
  43.            originally passed by _X_m_C_l_i_p_b_o_a_r_d_C_o_p_y.
  44.  
  45.      RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
  46.       _C_l_i_p_b_o_a_r_d_S_u_c_c_e_s_s
  47.            The function is successful.
  48.  
  49.       _C_l_i_p_b_o_a_r_d_L_o_c_k_e_d
  50.            The function failed because the clipboard was locked by
  51.            another application.  The application can continue to
  52.            call the    function again with the    same parameters    until
  53.            the lock    goes away.  This gives the application the
  54.            opportunity to ask if the user wants to keep trying or
  55.            to give up on the operation.
  56.  
  57.      RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
  58.       _X_m_C_l_i_p_b_o_a_r_d_C_o_p_y(_3_X) and _X_m_C_l_i_p_b_o_a_r_d_S_t_a_r_t_C_o_p_y(_3_X).
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/11/03)
  64.  
  65.  
  66.  
  67.